@charset "utf-8";
/*nav header*/
.nav{
	box-shadow: 0 2px 11px -2px #ccc;
	position: relative;
	z-index: 1;
	min-width:1200px;
}
.nav .zinner{    
	width: 1200px;
	margin:0 auto;
	position:relative;
	padding-right: 246px;
	box-sizing:border-box;
}
.nav .zinner .zbtn-box{
	height:60px;
}
.nav  .zlogo{
	position: absolute;
    left: 20px;
    top: -160px;
}
.nav .text-nav{
	height:60px;
	background:#da251c;
	
}
.nav a{
	display:block;
}
.nav .text-1{
	width:12.5%;
	height:100%;
	line-height:60px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	border:0;cursor: pointer;
	display:block;
	float:left;
	text-align:center;
	color: #fff;
	position:relative;
    box-sizing: border-box;
}
.nav .text-1>a{
	color:#fff;
}
.nav .text-1>ul{
	border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -1px;
    z-index: 1;
    background: #fff;
    margin-left: -1px;
    box-sizing: content-box;
    display:none;
}
.nav .text-1.active,.nav .text-1:hover{
	background-color: #fff;
	font-weight:bolder;
}
.nav .text-1.active>a,.nav a:hover,.nav li:hover>a{
	color:#da251c;
}
.nav .text-2{
	line-height:50px;
    position: relative;
}
.nav .text-2 a{
	color:#333;
}
.nav .text-2>a{
	text-align: left;
    text-indent: 19px;
}
.nav .text-2.has-submenu>a:after{
    background-image: url(../../images/pages/sprite-batch-2.png);
    background-position: -170px -80px;
    width: 8px;
    height: 16px;
    display: inline-block;
    content: "";
    position: absolute;
    right: 5px;
    top: 17px;
}
.nav .text-2.has-submenu:hover>a:after{
     background-position: -152px -80px;
}
.nav .text-1.has-submenu:hover{
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 3px solid #b00822;
    line-height: 54px;
    box-shadow: 1px 2px 7px 0px #ccc;
}
.nav .text-1.has-submenu>a:after{
	background-image: url(../../images/pages/sprite-batch-2.png);
    background-position: -136px -114px;
    width: 14px;
    height: 8px;
    display: inline-block;
    content: "";
    margin-left: 4px;
    margin-top: -2px;
    vertical-align: middle;
}
.nav .text-1.has-submenu:hover>a:after,.nav .text-1.has-submenu.active>a:after{
    background-position: -112px -114px;
}
.nav .text-1:hover>a{
	/*box-shadow: 1px 2px 7px 0px #ccc;*/
}
.nav .text-1.has-submenu:hover>ul{
	display:block;
	/*box-shadow: 1px 2px 7px 0px #ccc;*/
}
.nav .text-2 ul{
	position:absolute;
	left:0;
	top:0;
}

.nav .text-3 {
    display: inline-block;
    padding: 0 10px;
}
.nav .text-3 ul{
	position:absolute;
	left:0;
	top:0;
}
.nav .text-2:hover>ul{
    display: block;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-left: none;
    margin-left: -1px;
    background: #fff;
    left: 100%;
    top:0;
}
.nav .search{
	background:#da251c;
	position:absolute;
	right:16px;
	top:16px;
	width: 198px;height:28px;
	margin-left:6px;
	border:1px solid #fff;
	border-radius: 15px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	outline: none;
	text-indent: 15px;
}
.nav .text-1 ul{
	display:none;
}
.nav .search-t{    
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 8px;
}
.nav .search input{
	max-width: 160px;
	width:80%;
    background: #da251c;
    height: 26px;
}
.nav .search input::-webkit-input-placeholder,.nav .search input{
	color: #fff;
}
.header-top{
	height:180px;
	position: relative;
	background:  url(../../images/pages/bg-top.png) no-repeat top center;
}
.header-top .logo{
	width:174px;
	margin:12px 20px 12px 0;
	float:left;
	border:0;
	position: absolute;
	left:0;
	right:0;
}
/*footed*/
.footer{
	width:100%;
	min-width:1200px;
	height:200px;
	margin:0 auto;
	background-color: #313439;
	clear: both;
	position:absolute;
	left: 0;
	bottom: 0;
	font-family: "Microsoft Yahei";
	padding:13px 0 34px;
    box-sizing: border-box;
}
.footer-inner{
	width: 1200px;
	margin:0 auto;
	background-color: #313439;
}
.z-bot-tip{
	line-height:34px;
	width:100%;
	position:absolute;
	left: 0;
	bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.footer-inner{
	max-width:1200px;
	margin:0 auto;
}
.footer-inner>div{
	float:left;
	
}
.footer-inner>.z-left{
	width:60%;
}
.footer-inner>.z-right{
	width:40%;
}
.footer-inner .z-left a,.footer-inner .z-right li{
	float:left;
	line-height: 20px;
	padding-right:40px;
	color:#fff;
    font-size: 14px;
}
.footer-inner .z-right li{
    min-width: 154px;
    padding-right: 25px;
}
.footer-inner .z-left a{
	width: 100px;
}
.footer b{
	font-weight:bold;
	line-height:30px;
	font-family: "Microsoft Yahei";
	display:block;  
	color:#fff;  
	font-size: 14px;
	padding-bottom:8px;
}
.footer p{
	
}
.footer i{
	font-family: Arial;
	font-style: normal;
	overflow: initial;
}
.footer a{color:#fff;}

/*mdeia*/
.z-header-medai-btn{
	display:none;
	position:relative;
	cursor:pointer;
}

/*left-bar*/
/* 图书左栏*/

.z-content-box .z-left-sec,.z-book-left-wrap{
	width:340px;
	float:left;
}
.z-content-box .z-left-sec .zidnex-block,.z-book-left-wrap .wrap-block{
	border:1px solid #e3e3e3;
	padding:10px;
	margin-bottom:12px;
}
.z-book-page-wrap .z-left-sec{
	width:360px;
	min-height:400px;
	border-radius: 15px;
	float: left;
}
.z-book-page-wrap .z-left-sec .wrap-block .z-sec-title~.z-sec-title{
	margin-top:20px;
}
.wrap-block{
	clear:both;
    padding: 10px;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
.wrap-block .wrap-block{
	padding: 0px;
    border: none;
    margin-bottom:0;
}
.wrap-block .wrap-block .z-sec-title{
	margin-top:30px;
}
.z-filter-box  ul li{
	width: 50%;
    float: left;
    line-height: 32px;
    font-size: 16px;
}
.z-filter-box .zchild{cursor: pointer;}
.z-filter-box ul li:hover{
	color:rgb(189,21,26);
}
.z-filter-box li:first-child{
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin: 20px 0 5px;
    font-weight: bold;	
    width: 100%;
    border-bottom: 1px solid #da251a;
}
.z-book-page-wrap .z-right-sec{    
	margin-left: 380px;
    padding: 10px;
}
.z-book-index .index .z-right-sec ul{
	margin-bottom:30px;
}
/*@media screen and (max-width:768px){
	
	.nav{
		height:50px;
		overflow:hidden;
	    padding-bottom: 10px;
	    position:fixed;
	    left: 0;
   		top: 0;
        width: 100%;
        border-bottom: 1px solid #ccc;
    	box-shadow: 0 0 10px 2px #ccc;
	}
	.nav.zopen{
		height:auto;
	}
	.nav .logo{
		width: auto;
	    max-height: 40px;
	    margin: auto;
	    padding: 5px 15px;
	}
	.nav .text-nav{
		margin:0;
	    float: initial;
	    display: block;
	    padding-top: 50px;
	}
	.nav .text-nav a{
        display: block;
	    width: auto;
	    height: 30px;
	    line-height: 19px;
	    margin: 0;
	    border-radius: 0;
	    padding: 5px 15px;
	    background: rgba(255,255,255,.6);
	}
	.nav .text-nav a.active{
	    background:#ba0c12;
	}
	.nav .search{
	    border-radius: 4px;
		margin-top:5px;
	    right: 55px;
    	top: 6px;
	}
	
}
@media screen and (max-width:1200px) and (min-width:768px){
	.nav .zinner{
		width: auto;
		max-width:1200px;
		margin:0 auto;
		position: relative;    
	}
	.nav .text-nav{width: 100%;    float: left;}
	.nav .logo{
		position: absolute;
	    left: 0;
	    top: 0;
	}
}
@media screen and (max-width:1000px) and (min-width:768px){
	.nav .search{
		width: 130px;
	}
	.nav .zinner{
		padding-right:140px;
	}
	.nav .logo{
		width: 100px;
    	height: auto;
   	    margin-top: 25px;
	}
}
@media screen and (max-width:800px) and (min-width:768px){
	.nav .logo{
	    width: 90px;
	    height: auto;
	    margin-top: 28px;
	}
	.nav .zinner {
	    padding-left: 98px;
	}
}
*/
@media screen and (max-width:414px){
	/*footer*/
	.footer{
	    padding: 10px 15px;
        box-sizing: border-box;
        min-width: initial;
        width: auto;
        height: 360px;
        display: none;
	}
	/*.footer-inner{
		max-width: initial;
    	width: auto;
	}
	.footer-inner>div{
		float:initial;
		width:100%;
		
	}*/
	body div.zhas-footer{
		padding-bottom:0;
	}
	/*header*/
	.nav{
		min-width:initial;
	}
	.header-top{
		display:none;
	}
	.nav .zlogo {
	    position: absolute;
	    left: 20px;
	    top: -65px;
	    width: 40px;
	}
	.nav .text-1 {
	    width: auto;
	    padding: 0 15px;
	}
	.nav{
	    width: 100%;
        min-width: initial;
	}
	.nav .zinner{
	    max-width: initial;
	    width:auto;
        padding-right: 0;
	}
	.nav .zinner>ul{
		overflow: auto;
	    white-space: nowrap;
	    width: 100%;
	}
	.nav .zinner ul .text-1{
	    width: auto;
	    padding: 0 15px;
	    /*overflow: auto;*/
	    display: inline-block;
	    float: initial;
        border-bottom: 3px solid transparent;
	}
	.nav .text-1.has-submenu>a:after{
		display:none;
	}
	.text-nav{
		padding-bottom: 45px;
	}
	.nav .search{
		top: initial;
   		bottom: -30px;
	    right: 5%;
	    width: 90%;
    }
    .nav .search.z-has-menu{
    	width: calc(90% - 40px);
    }
	.z-header-medai-btn .z-bubble{
	    position: absolute;
	    right: 20px;
	    border: 1px solid #ba0c12;
	    border-radius: 4px;
	    padding: 4px 10px;
	    background: #ba0c1226;
	    color: #ba0c12;
	    left: -200px;
	    width: 175px;
	    top: 5px;
	    display:none;
	}
	.z-header-medai-btn .z-bubble:before,.z-header-medai-btn .z-bubble:after{
		position: absolute;
	    content: "";
	    display: block;
	    border: 1px solid #ba0c12;
	    background: #ba0c1226;
	}
	.z-header-medai-btn .z-bubble:before{
	    width: 10px;
	    height: 10px;
	    border-radius: 2px;
	    right: -18px;
	    top: 5px;
	}
	.z-header-medai-btn .z-bubble:after{
	    width: 16px;
	    height: 16px;
	    border-radius: 2px;
	    right: -12px;
	    top: 3px;
	}
	.z-header-medai-btn{
		display: block;
	    /*border: 1px solid #666;*/
	    border-radius: 4px;
	    position: absolute;
        bottom: 6px;
    	left: 10px;
	    width: 30px;
	    height: 30px;
	    /*background: rgba(255,255,255,.2);*/
	    -webkit-transition:all .4s;
	    	-ms-transition:all .4s;
	    		transition:all .4s;
	}
	.z-header-medai-btn span{
	    height: 2px;
	    width: 18px;
	    margin-left: 5px;
	    margin-bottom: 2px;
	    display: block;
	    background: rgba(255,255,255,.6);
	}
	.z-header-medai-btn span:first-child{
		margin-top:9px;
	}
	.z-header-medai-btn:active{
		background: rgba(0,0,0,.6);
	}
	/*.z-header-medai-btn:active span{
		background: rgba(255,255,255,.8);
	}*/
	.nav .zinner .zbtn-box {
        height: 50px;
	}
	.nav .text-1{
		line-height:40px;
		height:auto;
	}
	.nav .text-1>ul{
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    left: -100%;
	    top: 0;
	    background: #efefef;
	    z-index: 1;
	    border-radius: 0;
	    overflow: auto;
	    border-right: 1px solid #ccc;
	    -webkit-transition: left .4s;
	    -moz-transition: left .4s;
	    -ms-transition: left .4s;
	    -o-transition: left .4s;
	    transition: left .4s;
	    padding-top: 50px;
    	box-sizing: border-box;
	}
	.nav .text-1 ul{
		display:block;
	}
	.nav .text-1>ul.zopen{
		left:0;
	}
	.nav .text-2{
		text-align: left;
    	text-indent: 20px;
	}
	.nav .text-3{
	    text-indent: 0;
	    border-radius: 25px;
	    color: #ccc;
	    border: 1px solid #ccc;
	    line-height: 30px;
	    font-weight: normal;
	}
	.nav .text-2.has-submenu{
		margin-bottom:50px;
	}
	.nav .text-2 ul {
		width: 100%;
	    top: 100%;
	}
	.nav .text-2.has-submenu>a:after,.nav .text-2>a:after{
	    background-image: url(../../images/pages/sprite-batch-2.png);
	    background-position: -170px -80px;
	    width: 8px;
	    height: 16px;
	    display: inline-block;
	    content: "";
	    position: initial;
	    margin-left: 20px;
	    vertical-align: middle;
	    margin-top: -3px;
	}
	.nav #z-close{
		position:absolute;
		right:15px;
		top:0;
	}
	.nav #z-close:before{
		color:#ccc;
		content:"关闭";
		font-size: 12px;
	}
	.nav .text-2:hover>ul {
    	left: 0;
	    border: none; 
	    left: 0; 
	    top: 100%; 
    }
    .nav .zinner ul .text-1.active{
   	    background-color: initial;
   	    border-color: #fff;
    }
    .nav .text-1.active>a{
    	 color:#fff;
    }
    .nav .text-nav{
    	height:42px;
    }
    .nav .text-1.has-submenu:hover{
    	/*点击和hover冲突*/
	    border-left: none;
	    border-right: none;
	    border-top: 0;
	    line-height: 40px;
	    box-shadow: none;
	}
	/*frame*/
	.z-book-page-wrap .z-left-sec.z-media-panel.zopen{
		left: 0;
	}
	.z-book-page-wrap .z-left-sec.z-media-panel.z-media-style.zopen {
		left: 0;
		top:0;
	}
	.z-book-page-wrap .z-right-sec{
		margin-left: 0;
		width: auto;
	}
	/*book*/
	.z-book-page-wrap .z-left-sec{
	    width: 100%;
        float: initial;
        min-height: initial;
	}
	
}
@media screen and (max-width:325px){
	.footer-inner .z-left a, .footer-inner .z-right li{
		line-height:24px;
	}
	.footer-inner .z-left a, .footer-inner .z-right li {
	    padding-right: 25px;
	}
}